Launch Template

aws/compute aws/management

💡 Definition

A Launch Template contains the configuration information to launch an EC2 instance. It serves as a blueprint for creating instances, specifying details like the AMI, instance type, key pair, security groups, and user data.

🔑 Key Concepts

⚙️ How it Works

  1. Create: Define the parameters in the EC2 console.
  2. Version: Create new versions when you need to change the configuration.
  3. Launch: Select the template (and version) when launching an instance or configuring an ASG.

🎯 Use Cases

💰 Pricing Model

📝 Exam Tips (CLF-C02)


See Also: * Auto Scaling * EC2 * AMI